projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af98c46
)
tests/frame-stats.c: Include stdlib.h
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 11 Feb 2020 12:46:19 +0000
(20:46 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 11 Feb 2020 12:59:04 +0000
(20:59 +0800)
It is used for exit().
tests/frame-stats.c
patch
|
blob
|
history
diff --git
a/tests/frame-stats.c
b/tests/frame-stats.c
index 289a70c6b7e2a4d4b7c41033188526b7aa8d77ad..a9fb0040720700711788015359aed52f39220bf6 100644
(file)
--- a/
tests/frame-stats.c
+++ b/
tests/frame-stats.c
@@
-1,6
+1,7
@@
/* -*- mode: C; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
#include <gtk/gtk.h>
+#include <stdlib.h>
#include "frame-stats.h"
#include "variable.h"